#form {
    display: flex;
    max-width: 1235px;
    margin: auto;

}

.form__introduction {
    padding-top: 60px;
    width: 65%;
}

.form__introduction > p:nth-child(1) {
    color: var(--formIntroductionText1Color);
    font-size: 76px;
    font-family: var(--formIntroductionText1FontFamily);
    margin-bottom: 0;
    line-height: 90px;
}

.form__introduction > p:nth-child(1)::before {
    content: "";
    display: block;
    width: 80%;
    height: 100px;
    margin: 0 auto 20px auto;
    background-image: url('https://qa_01virtual.sistemasentry.com.co/Pascualbravo/VisionWebNewJitsi/VisionWebApp/images/customer/LogoPascualppal.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.form__container {
    padding-top: 10px;
    width: 45%;
	z-index: 10;
}

.form__container--title {
    margin-top: 0%;
    color: var(--formContainerTitleColor);
    font-family: var(--formContainerTitleFontFamily);
    font-size: 20px;
    text-align: center;
}

.form__introduction > p:nth-child(2) {
    font-size: 42px;
    color: var(--formIntroductionText2Color);
    margin-bottom: 0;
    font-family: var(--formIntroductionText2FontFamily);
    line-height: 80px;
}

.form__introduction > p:nth-child(3) {
    font-size: 42px;
    color: var(--formIntroductionText4Color);
    margin-bottom: 0;
    font-family: var(--formIntroductionText4FontFamily);
    line-height: 20px;
}

.form__introduction > p > span:nth-child(2n-1) {
    color: var(--formIntroductionText3Color);
    font-size: 42px;
    font-family: var(--formIntroductionText3FontFamily);
    margin-bottom: 0;
}

#form > div.form__introduction > p:nth-child(3) > span:nth-child(3) {
	font-family: var(--formIntroductionText5FontFamily);
	line-height: 1;
}

.form__introduction > p > span:nth-child(2) {
    font-family: GothamBook;
	line-height: 1;
}

.form__introduction > p:nth-child(5) {
    font-size: 20px;
    color: var(--formIntroductionInformationTextColor);
    font-family: var(--formIntroductionInformationFontFamily);
    max-width: 600px;
    width: 100%;
    line-height: 31px;
    margin-top: 22px;
}

.form__schedule--outline {
    left: 340px;
    bottom: 365px;
    width: 600px;
    padding: 10px 30px;
    position: absolute;
    z-index: -2;
    justify-content: flex-end;
    display: flex;
    border: 7px solid #000;
    border-radius: var(--formIntroductionScheduleBorderRadius);
    border-color: var(--formIntroductionScheduleBorderColor);
    text-align: center;
    background: var(--formIntroductionScheduleBackgrounColor);
    box-shadow: var(--formIntroductionScheduleBorderBoxShadow)
}

.form__schedule--outline > img {
    margin-right: 15px;
}

.form__schedule--text {
    color: var(--formIntroductionScheduleTextColor);
    margin-bottom: 0;
    font-family: var(--formIntroductionScheduleTextFontFamily);
    font-size: 20px;
    line-height: 28px;
}

#carousel {
    background: var(--formCarouselBackgroundColor);
    box-shadow: var(--formCarouselBoxShadow);
    font-size: 17px;
    position: absolute;
    width: 100%;
    z-index: -2;
    bottom: 210px;
    opacity: 1;
    padding: 10px 0;
}

.carousel-item {
    text-align: center;
    color: var(--formCaroulseItemTextColor);
    font-family: var(--formCaroulseItemTextFontFamily);
    font-size: 17px;
}

#datauser {
    background: var(--formContainerDataUserBackgroundColor);
    box-shadow: var(--formContainerDataUserBoxShadow);
    border-radius: var(--formContainerDataUserBorderRadius);
    padding: 30px;
}

#datauser > .form__input--icon > input,
#datauser > .form__input--icon > textarea {
   background-color: var(--textInputDataUserBackgroundColor);
   box-shadow: var(--textInputDataUserBoxShadow);
   border-radius: var(--textInputDataUserBorderRadius);
   margin-bottom: 20px;
   border: none;
   font-size: 16px;
   color: var(--textInputDataUserInsideTextColor);
   font-family: var(--textInputDataUserFontFamily);
   background-repeat: no-repeat;
   text-indent: 40px;
   background-position-y: 42%;
   background-position-x: 96%;
   background-size: 8px;
 }

#datauser > .form__input--icon > select.form-control {
   appearance: none;
   background-color: var(--selectInputDataUserBackgroundColor);
   box-shadow: var(--selectInputDataUserBoxShadow);
   border-radius: var(--selectInputDataUserBorderRadius);
   margin-bottom: 20px;
   border: none;
   font-size: 16px;
   color: var(--textInputDataUserInsideTextColor);
   font-family: var(--selectInputDataUserFontFamily);
   background-repeat: no-repeat;
   text-indent: 40px;
   background-position-y: 40%;
   background-position-x: 99%;
   background-size: 34px;
}

#datauser > .form__input--icon > input:hover,
#datauser > .form__input--icon > select.form-control:hover,
#datauser > .form__input--icon > textarea:hover {
    box-shadow: 4px 4px 10px -1px rgba(0, 0, 0, 0.15), -4px -4px 10px -1px rgba(255, 255, 255, 0.7);
}

.request__container {
    padding: 0 40px;
}

::placeholder {
    color: var(--textInputDataUserInsideTextColor);
}

.form__input--icon {
    position: relative;
    display: inline-block;
    width: 100%;
}

.form__input--icon:after {
    content: var(--inputIcon);
    position: absolute;
    top: -2px;
    left: 3%;
    height: 100%;
    font-size: 60%;
    padding: 12px 7px;
    color: white;
    pointer-events: none;
}

.form__input--reqIcon {
    background-image: url(../../../../images/interactive-theme/Asterisco.svg)
}

.form__select--reqIcon {
    background-image: url(../../../../images/interactive-theme/DropDownReq.svg)
}

.form__select--Icon {
    background-image: url(../../../../images/interactive-theme/DropDown.svg)
}

.line__separator.home {
    width: 600px;
    margin-top: 30px;
} 

@media screen and (max-width: 1880px) {
    #carousel {
        display: none;
    }
}

@media (max-width: 1640px), (max-height: 790px) {
    .footer__container {
        position: relative;
        margin-top: 230px;
    }

    #form {
        flex-direction: column;
        align-items: center;
    }

    .form__introduction {
        width: 100%;
        max-width: 700px;
        padding: 1% 5%;
    }

    .form__introduction > p:nth-child(1) {
        font-size: 65px;
        line-height: 60px;
    }

    .form__introduction > p:nth-child(2) {
        font-size: 42px;
        line-height: 50px;
    }

    .form__introduction > p:nth-child(3) {
        line-height: 20px;
        font-size: 42px;
    }

    .form__introduction > p > span:nth-child(2n-1) {
        font-size: 42px;
    }

    .form__introduction > p > span:nth-child(2) {
        font-size: 42px;
    }

    .line__separator.home {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .form__introduction > p:nth-child(5) {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 22px;
        line-height: 25px;
    }

    .form__schedule--outline {
        padding: 5px 80px;
        left: 371px;
        bottom: 320px;
		
       
    }

    .form__container {
        width: 100%;
        max-width: 700px;
        padding: 1% 5%;
    }

    .form__container--title {
        margin-top: 1%;
        font-size: 19px;
        text-align: start;
    }

    #datauser {
        padding: 30px;
    }

    #datauser > .form__input--icon > input, #datauser > .form__input--icon > textarea {
        font-size: 18px;
    }

    #datauser > .form__input--icon > select.form-control {
        font-size: 18px;
    }

    .form__input--icon:after {
        padding: 12px 4px;
    }

    .form__check--label-text {
        font-size: 15px;
    }

    .own-btn-primary {
        font-size: 18px;
        margin-top: 15px;
    }

    .request__container {
        padding: 0;
    }

    .form__schedule--text {
        font-size: 20px;
        line-height: 21px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 1000px) {
    .footer__container {
        margin-top: 120px;
    }

    .form__introduction {
        max-width: 700px;
        padding: 1% 5%;
    }

    .form__introduction > p:nth-child(1) {
        font-size: 45px;
        line-height: 60px;
    }

    .form__introduction > p:nth-child(2) {
        font-size: 32px;
        line-height: 45px;
    }

    .form__introduction > p:nth-child(3) {
        line-height: 35px;
        font-size: 32px;
    }

    .form__introduction > p > span:nth-child(2n-1) {
        font-size: 32px;
    }

    .form__introduction > p > span:nth-child(2) {
         font-size: 32px;
    }

    .line__separator.home {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .form__introduction > p:nth-child(5) {
        font-size: 18px;
        margin-top: 0;
        line-height: 20px;
        margin-bottom: 0;
    }

    .form__schedule--outline {
        padding: 10px 30px;
        width: 90%;
        bottom: 260px;
        justify-content: center;
        max-width: 600px;
        left: 0;
        margin: auto;
        right: 0;
    }

    .form__container {
        max-width: 700px;
        padding: 1% 5%;
    }

    .form__container--title {
        margin-top: 1%;
        font-size: 30px;
        text-align: start;
    }

    #datauser {
        padding: 30px;
    }

    #datauser > .form__input--icon > input, #datauser > .form__input--icon > textarea {
        font-size: 13px;
    }

    #datauser > .form__input--icon > select.form-control {
        font-size: 13px;
    }

    .form__input--icon:after {
        padding: 8px 3px;
    }

    .form__check--label-text {
        font-size: 12px;
    }

    .own-btn-primary {
        font-size: 15px;
        margin-top: 15px;
    }

    .request__container {
        padding: 0;
    }

    .form__schedule--text {
        font-size: 16px;
        line-height: 15px;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 2060px) {
	.form__introduction
	{
		padding-top: 0px;
	}
	
	.form__introduction > p:nth-child(1)
	{
		line-height: 27px;
	}
	
	.footer__container > img
	{
		right: 1400px;
	}
}